home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(3, 1)
- set the movieRate of sprite 3 to 1
- repeat while the movieRate of sprite 3
- updateStage()
- if the mouseDown then
- repeat while not (the mouseUp)
- end repeat
- set the movieRate of sprite 3 to 0
- puppetSprite(3, 0)
- set the controller of cast "The Making of Weird Wide Web2" to 0
- go(the frame + 1)
- end if
- end repeat
- set the controller of cast "The Making of Weird Wide Web2" to 1
- end
-